Click or drag to resize

TaskStatus Enumeration

Identifies the status types of a task item.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum TaskStatus
Members
  Member nameValueDescription
NotStarted0 Specifies that the task is not started.
InProgress1 Specifies that the task is in progress.
Completed2 Specifies that the task is completed.
WaitingOnOthers3 Specifies that the task is waiting on others.
Deferred4 Specifies that the task is deferred.
None5 None.
See Also